3.712 \(\int \frac {x^m}{(a+b x)^{5/2}} \, dx\)

Optimal. Leaf size=48 \[ -\frac {2 x^m \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (-\frac {3}{2},-m;-\frac {1}{2};\frac {b x}{a}+1\right )}{3 b (a+b x)^{3/2}} \]

[Out]

-2/3*x^m*hypergeom([-3/2, -m],[-1/2],1+b*x/a)/b/((-b*x/a)^m)/(b*x+a)^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 48, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {67, 65} \[ -\frac {2 x^m \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (-\frac {3}{2},-m;-\frac {1}{2};\frac {b x}{a}+1\right )}{3 b (a+b x)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[x^m/(a + b*x)^(5/2),x]

[Out]

(-2*x^m*Hypergeometric2F1[-3/2, -m, -1/2, 1 + (b*x)/a])/(3*b*(-((b*x)/a))^m*(a + b*x)^(3/2))

Rule 65

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)*Hypergeometric2F1[-m, n +
 1, n + 2, 1 + (d*x)/c])/(d*(n + 1)*(-(d/(b*c)))^m), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Inte
gerQ[m] || GtQ[-(d/(b*c)), 0])

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[((-((b*c)/d))^IntPart[m]*(b*x)^FracPart[m])/
(-((d*x)/c))^FracPart[m], Int[(-((d*x)/c))^m*(c + d*x)^n, x], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[m]
 &&  !IntegerQ[n] &&  !GtQ[c, 0] &&  !GtQ[-(d/(b*c)), 0]

Rubi steps

\begin {align*} \int \frac {x^m}{(a+b x)^{5/2}} \, dx &=\left (x^m \left (-\frac {b x}{a}\right )^{-m}\right ) \int \frac {\left (-\frac {b x}{a}\right )^m}{(a+b x)^{5/2}} \, dx\\ &=-\frac {2 x^m \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (-\frac {3}{2},-m;-\frac {1}{2};1+\frac {b x}{a}\right )}{3 b (a+b x)^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 48, normalized size = 1.00 \[ -\frac {2 x^m \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (-\frac {3}{2},-m;-\frac {1}{2};\frac {b x}{a}+1\right )}{3 b (a+b x)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^m/(a + b*x)^(5/2),x]

[Out]

(-2*x^m*Hypergeometric2F1[-3/2, -m, -1/2, 1 + (b*x)/a])/(3*b*(-((b*x)/a))^m*(a + b*x)^(3/2))

________________________________________________________________________________________

fricas [F]  time = 0.54, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\sqrt {b x + a} x^{m}}{b^{3} x^{3} + 3 \, a b^{2} x^{2} + 3 \, a^{2} b x + a^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m/(b*x+a)^(5/2),x, algorithm="fricas")

[Out]

integral(sqrt(b*x + a)*x^m/(b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x + a^3), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{m}}{{\left (b x + a\right )}^{\frac {5}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m/(b*x+a)^(5/2),x, algorithm="giac")

[Out]

integrate(x^m/(b*x + a)^(5/2), x)

________________________________________________________________________________________

maple [F]  time = 0.04, size = 0, normalized size = 0.00 \[ \int \frac {x^{m}}{\left (b x +a \right )^{\frac {5}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m/(b*x+a)^(5/2),x)

[Out]

int(x^m/(b*x+a)^(5/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{m}}{{\left (b x + a\right )}^{\frac {5}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m/(b*x+a)^(5/2),x, algorithm="maxima")

[Out]

integrate(x^m/(b*x + a)^(5/2), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {x^m}{{\left (a+b\,x\right )}^{5/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m/(a + b*x)^(5/2),x)

[Out]

int(x^m/(a + b*x)^(5/2), x)

________________________________________________________________________________________

sympy [C]  time = 3.54, size = 36, normalized size = 0.75 \[ \frac {x x^{m} \Gamma \left (m + 1\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {5}{2}, m + 1 \\ m + 2 \end {matrix}\middle | {\frac {b x e^{i \pi }}{a}} \right )}}{a^{\frac {5}{2}} \Gamma \left (m + 2\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m/(b*x+a)**(5/2),x)

[Out]

x*x**m*gamma(m + 1)*hyper((5/2, m + 1), (m + 2,), b*x*exp_polar(I*pi)/a)/(a**(5/2)*gamma(m + 2))

________________________________________________________________________________________